ReactOS 0.4.17-dev-784-g3812a95
mmc.cpp File Reference
#include "precomp.h"
Include dependency graph for mmc.cpp:

Go to the source code of this file.

Classes

class  CMMCModule
 

Functions

int WINAPI wWinMain (HINSTANCE, HINSTANCE, LPWSTR, int nCmdShow)
 

Variables

static CMMCModule g_AtlModule
 

Function Documentation

◆ wWinMain()

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPWSTR  lpCmdLine,
int  nShowCmd 
)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 84 of file mmc.cpp.

88{
90
91 if (!InitCommonControlsEx(&icc))
92 {
93 DPRINT1("ERROR: InitCommonControlsEx\n");
94 }
95
96 return g_AtlModule.WinMain(nCmdShow);
97}
#define DPRINT1
Definition: precomp.h:8
int WinMain(int nShowCmd)
Definition: atlbase.h:762
BOOL WINAPI InitCommonControlsEx(const INITCOMMONCONTROLSEX *lpInitCtrls)
Definition: commctrl.c:904
static CMMCModule g_AtlModule
Definition: mmc.cpp:81
#define ICC_COOL_CLASSES
Definition: commctrl.h:69
#define ICC_BAR_CLASSES
Definition: commctrl.h:60

Variable Documentation

◆ g_AtlModule

CMMCModule g_AtlModule
static

Definition at line 81 of file mmc.cpp.

Referenced by wWinMain().