Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
287 B

  1. #include <windows.h>
  2. #include "ntavi.h"
  3. #include <vfw.h>
  4. #ifdef WIN32
  5. int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
  6. #else
  7. int PASCAL WinMain(HANDLE hInst, HANDLE hPrev, LPSTR szCmdLine, WORD sw)
  8. #endif
  9. {
  10. DrawDibProfileDisplay(NULL);
  11. return 0;
  12. }