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.

34 lines
672 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: dmcollectionobj.cpp
  8. //
  9. //--------------------------------------------------------------------------
  10. // dmPerformanceObj.cpp
  11. #include "dmusici.h"
  12. #include "dmusicc.h"
  13. #include "dmusicf.h"
  14. #include "stdafx.h"
  15. #include "Direct.h"
  16. #include "dms.h"
  17. #include "dmCollectionObj.h"
  18. extern void *g_dxj_DirectMusicCollection;
  19. CONSTRUCTOR(_dxj_DirectMusicCollection, {});
  20. DESTRUCTOR(_dxj_DirectMusicCollection, {});
  21. GETSET_OBJECT(_dxj_DirectMusicCollection);