Leaked source code of windows server 2003
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.

13 lines
238 B

  1. #include "windows.h"
  2. #include "sxsexpress.h"
  3. int __cdecl wmain(int argc, WCHAR* argv[])
  4. {
  5. HMODULE hmOurHandle = NULL;
  6. //
  7. // Install all the cabinets we have internally
  8. //
  9. return SxsExpressCore(NULL);
  10. }