no-mfc-20040427

remove the reference to afx.h.  there is no reason to bring in MFC
for lanahelper.lib.  (thanks to Andrei)
This commit is contained in:
Jeffrey Altman 2004-04-27 02:26:01 +00:00 committed by Jeffrey Altman
parent 519e7f0669
commit f4cc1fdc49

View File

@ -1,4 +1,3 @@
#include <afx.h>
#include <windows.h>
#include <winreg.h>
#include <nb30.h>
@ -9,13 +8,13 @@
#include <wtypes.h>
#include <string.h>
#include <malloc.h>
#include <stdio.h>
#include <lanahelper.h>
#define NOLOGGING
#ifndef NOLOGGING
extern "C" {
#include<stdio.h>
#include<stdarg.h>
#include <stdarg.h>
void afsi_log(TCHAR *p, ...) {
va_list marker;