Skip to content

Commit

Permalink
Windows build: Moved config.h to aa_config.h.Why doesn't SVN move wor…
Browse files Browse the repository at this point in the history
…k any more? Oh well.
  • Loading branch information
z-man authored and z-man committed Jan 10, 2007
1 parent 31a1451 commit a158d94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions src/win32/config.h → src/win32/aa_config.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Windows client configuration header

#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

// include common Windows header
#include "config_common.h"

// we're using SDL_Mixer
#define HAVE_LIBSDL_MIXER 1

#endif
// Windows client configuration header

#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

// include common Windows header
#include "config_common.h"

// we're using SDL_Mixer
#define HAVE_LIBSDL_MIXER 1

#endif
24 changes: 12 additions & 12 deletions src/win32_ded/config.h → src/win32_ded/aa_config.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Windows dedicated server configuration header

#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

// define if you wish to compile a dedicated server
#define DEDICATED 1

// include common Windows header
#include "win32/config_common.h"

#endif
// Windows dedicated server configuration header

#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

// define if you wish to compile a dedicated server
#define DEDICATED 1

// include common Windows header
#include "win32/config_common.h"

#endif

0 comments on commit a158d94

Please sign in to comment.