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.

12 lines
213 B

  1. #include "precomp.h"
  2. #include "resource.h"
  3. #include "NmAkWiz.h"
  4. int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hInstPrev, LPSTR lpCmdLine, int nCmdShow)
  5. {
  6. CNmAkWiz::DoWizard( hInstance );
  7. return 0;
  8. }