Skip to content

Instantly share code, notes, and snippets.

@Leandros
Created May 11, 2017 15:01
Show Gist options
  • Save Leandros/b8c12d7f787437628ad13ef69071c5ee to your computer and use it in GitHub Desktop.
Save Leandros/b8c12d7f787437628ad13ef69071c5ee to your computer and use it in GitHub Desktop.
windows.h
#ifdef _MSC_VER
#pragma warning(push, 0)
#include <windows.h>
#pragma warning(pop)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment