mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
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:
parent
519e7f0669
commit
f4cc1fdc49
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user