Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. #include <windows.h>
  3. #include <stdio.h>
  4.  
  5. extern "C"
  6. {
  7. int (*torque_winmain)( HINSTANCE hInstance, HINSTANCE h, LPSTR lpszCmdLine, int nShow) = NULL;
  8. _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement