X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=miniglut.h;fp=miniglut.h;h=56d7a975f678741efc6edfc99435f9ccc2796538;hb=1dcaa0cf790ced9f2245ae33d175de5f7bb9a0c9;hp=af9cfcd7e83a560b222607c771cfb5cceafb2d51;hpb=02536825844445fbb648cf2a69c97760e7eef885;p=miniglut diff --git a/miniglut.h b/miniglut.h index af9cfcd..56d7a97 100644 --- a/miniglut.h +++ b/miniglut.h @@ -21,6 +21,12 @@ along with this program. If not, see . #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN 1 #include + +#ifdef _MSC_VER +#pragma comment (lib, "opengl32") +#pragma comment (lib, "winmm") +#endif /* MSVC */ + #endif #include