mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +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 <windows.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <nb30.h>
|
#include <nb30.h>
|
||||||
@ -9,13 +8,13 @@
|
|||||||
#include <wtypes.h>
|
#include <wtypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <lanahelper.h>
|
#include <lanahelper.h>
|
||||||
|
|
||||||
#define NOLOGGING
|
#define NOLOGGING
|
||||||
#ifndef NOLOGGING
|
#ifndef NOLOGGING
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include<stdio.h>
|
#include <stdarg.h>
|
||||||
#include<stdarg.h>
|
|
||||||
|
|
||||||
void afsi_log(TCHAR *p, ...) {
|
void afsi_log(TCHAR *p, ...) {
|
||||||
va_list marker;
|
va_list marker;
|
||||||
|
Loading…
Reference in New Issue
Block a user