/*++ Copyright (c) 1991-1997 Microsoft Corporation Module Name: mc.c Abstract: This is the main source file for the Win32 Message Compiler (MC) --*/ #include "mc.h" #include "windows.h" void ConvertAppToOem( unsigned argc, char* argv[] ) /*++ Routine Description: Converts the command line from ANSI to OEM, and force the app to use OEM APIs Arguments: argc - Standard C argument count. argv - Standard C argument strings. Return Value: None. --*/ { unsigned i; for( i=0; i