mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-21 12:00:06 +00:00
ifdef Visual Studio pragmas. (#469)
This commit is contained in:
parent
fa22a4ec53
commit
237525e71c
@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
#include <DirectXMath.h>
|
#include <DirectXMath.h>
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable : 4619 4616 26812)
|
#pragma warning(disable : 4619 4616 26812)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "DirectXTex.h"
|
#include "DirectXTex.h"
|
||||||
|
|
||||||
@ -103,7 +105,9 @@ LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
|
|||||||
void Render();
|
void Render();
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning( suppress : 6262 )
|
#pragma warning( suppress : 6262 )
|
||||||
|
#endif
|
||||||
int WINAPI wWinMain(
|
int WINAPI wWinMain(
|
||||||
_In_ HINSTANCE hInstance,
|
_In_ HINSTANCE hInstance,
|
||||||
_In_opt_ HINSTANCE /*hPrevInstance*/,
|
_In_opt_ HINSTANCE /*hPrevInstance*/,
|
||||||
|
Loading…
Reference in New Issue
Block a user