Source code of Windows XP (NT5)
 
 
 
 
 
 

9 lines
152 B

// Copyright (c) 1998-1999 Microsoft Corporation
#include <afxwin.h>
class CMSInfoApp : public CWinApp {
BOOL InitInstance();
};
CMSInfoApp theApp;