mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
899d7dec74
commit
92441a0241
21 changed files with 68 additions and 68 deletions
|
|
@ -30,25 +30,25 @@ noinst_LIBRARIES = libmangosshared.a
|
|||
|
||||
# libmangosshared library will later be reused by ...
|
||||
libmangosshared_a_SOURCES = \
|
||||
Base.cpp \
|
||||
Base.h \
|
||||
ByteBuffer.h \
|
||||
Common.cpp \
|
||||
Common.h \
|
||||
Errors.h \
|
||||
Log.cpp \
|
||||
Log.h \
|
||||
MemoryLeaks.cpp \
|
||||
MemoryLeaks.h \
|
||||
Mthread.cpp \
|
||||
Mthread.h \
|
||||
ProgressBar.cpp \
|
||||
ProgressBar.h \
|
||||
Timer.h \
|
||||
Util.cpp \
|
||||
Util.h \
|
||||
WorldPacket.h \
|
||||
svn_revision.h
|
||||
Base.cpp \
|
||||
Base.h \
|
||||
ByteBuffer.h \
|
||||
Common.cpp \
|
||||
Common.h \
|
||||
Errors.h \
|
||||
Log.cpp \
|
||||
Log.h \
|
||||
MemoryLeaks.cpp \
|
||||
MemoryLeaks.h \
|
||||
Mthread.cpp \
|
||||
Mthread.h \
|
||||
ProgressBar.cpp \
|
||||
ProgressBar.h \
|
||||
Timer.h \
|
||||
Util.cpp \
|
||||
Util.h \
|
||||
WorldPacket.h \
|
||||
svn_revision.h
|
||||
|
||||
# Get svn revision
|
||||
SVN_REVISION_FILE = svn_revision.h
|
||||
|
|
@ -59,21 +59,21 @@ CLEANFILES = $(SVN_REVISION_FILE)
|
|||
FORCE:
|
||||
|
||||
$(SVN_REVISION_FILE) : $(top_builddir)/src/tools/gensvnrevision/gensvnrevision FORCE
|
||||
$(top_builddir)/src/tools/gensvnrevision/gensvnrevision $(top_srcdir)
|
||||
$(top_builddir)/src/tools/gensvnrevision/gensvnrevision $(top_srcdir)
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Disabled packet logger
|
||||
EXTRA_DIST = \
|
||||
PacketLog.cpp \
|
||||
PacketLog.h
|
||||
PacketLog.cpp \
|
||||
PacketLog.h
|
||||
|
||||
# System configuration
|
||||
EXTRA_DIST += \
|
||||
SystemConfig.h
|
||||
SystemConfig.h
|
||||
|
||||
# System Win32 files
|
||||
EXTRA_DIST += \
|
||||
ServiceWin32.cpp \
|
||||
ServiceWin32.h \
|
||||
WheatyExceptionReport.cpp \
|
||||
WheatyExceptionReport.h
|
||||
ServiceWin32.cpp \
|
||||
ServiceWin32.h \
|
||||
WheatyExceptionReport.cpp \
|
||||
WheatyExceptionReport.h
|
||||
|
|
|
|||
|
|
@ -604,7 +604,7 @@ bool bWriteVariables, HANDLE pThreadHandle) // true if local/par
|
|||
{
|
||||
_tprintf( _T("\r\nCall stack:\r\n") );
|
||||
|
||||
_tprintf( _T("Address Frame Function SourceFile\r\n") );
|
||||
_tprintf( _T("Address Frame Function SourceFile\r\n") );
|
||||
|
||||
DWORD dwMachineType = 0;
|
||||
// Could use SymSetOptions here to add the SYMOPT_DEFERRED_LOADS flag
|
||||
|
|
@ -906,10 +906,10 @@ char* Name)
|
|||
|
||||
// BasicType basicType = GetBasicType(children.ChildId[i], modBase );
|
||||
//
|
||||
// pszCurrBuffer += sprintf( pszCurrBuffer, rgBaseType[basicType]);
|
||||
// pszCurrBuffer += sprintf( pszCurrBuffer, rgBaseType[basicType]);
|
||||
//
|
||||
// Emit the variable name
|
||||
// pszCurrBuffer += sprintf( pszCurrBuffer, "\'%s\'", Name );
|
||||
// pszCurrBuffer += sprintf( pszCurrBuffer, "\'%s\'", Name );
|
||||
|
||||
pszCurrBuffer = FormatOutputValue( pszCurrBuffer, basicType,
|
||||
length, (PVOID)dwFinalOffset );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue