mc2res.cpp 512 B

1234567891011121314151617
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. // Resources.cpp : Defines the entry point for the DLL application.
  5. //
  6. #include <windows.h>
  7. BOOL APIENTRY DllMain( HANDLE hModule,
  8. DWORD ul_reason_for_call,
  9. LPVOID lpReserved
  10. )
  11. {
  12. return TRUE;
  13. }