Changeset 4001502 in nscp for modules/CheckEventLog
- Timestamp:
- 10/03/07 23:34:40 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 4548d83
- Parents:
- 5b40546
- Location:
- modules/CheckEventLog
- Files:
-
- 4 edited
-
CheckEventLog.cpp (modified) (1 diff)
-
CheckEventLog.h (modified) (1 diff)
-
CheckEventLog.vcproj (modified) (12 diffs)
-
stdafx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog.cpp
r5b40546 r4001502 22 22 #include "stdafx.h" 23 23 #include "CheckEventLog.h" 24 #include <filter_framework.hpp> 25 24 26 #include <strEx.h> 25 27 #include <time.h> -
modules/CheckEventLog/CheckEventLog.h
rdc65e35 r4001502 21 21 NSC_WRAPPERS_MAIN(); 22 22 23 #include <config.h> 23 24 #include <strEx.h> 24 #include < config.h>25 #include <utils.h> 25 26 #include <checkHelpers.hpp> 26 #include <filter_framework.hpp>27 27 28 28 -
modules/CheckEventLog/CheckEventLog.vcproj
ra6aaf0a r4001502 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 .00"4 Version="8,00" 5 5 Name="CheckEventLog" 6 6 ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}" … … 99 99 </Configuration> 100 100 <Configuration 101 Name="Release|x64" 102 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 103 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 104 ConfigurationType="2" 105 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 106 CharacterSet="2" 107 > 108 <Tool 109 Name="VCPreBuildEventTool" 110 ExcludedFromBuild="true" 111 /> 112 <Tool 113 Name="VCCustomBuildTool" 114 /> 115 <Tool 116 Name="VCXMLDataGeneratorTool" 117 /> 118 <Tool 119 Name="VCWebServiceProxyGeneratorTool" 120 /> 121 <Tool 122 Name="VCMIDLTool" 123 TargetEnvironment="3" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 AdditionalIncludeDirectories="../include;../../include" 128 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 129 RuntimeLibrary="0" 130 UsePrecompiledHeader="2" 131 WarningLevel="3" 132 Detect64BitPortabilityProblems="true" 133 DebugInformationFormat="3" 134 /> 135 <Tool 136 Name="VCManagedResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCPreLinkEventTool" 143 /> 144 <Tool 145 Name="VCLinkerTool" 146 OutputFile="../../Release/modules/$(ProjectName).dll" 147 LinkIncremental="1" 148 ModuleDefinitionFile="CheckEventLog.def" 149 GenerateDebugInformation="false" 150 SubSystem="2" 151 OptimizeReferences="2" 152 EnableCOMDATFolding="2" 153 ImportLibrary="$(OutDir)/CheckEventLog.lib" 154 TargetMachine="17" 155 /> 156 <Tool 157 Name="VCALinkTool" 158 /> 159 <Tool 160 Name="VCManifestTool" 161 /> 162 <Tool 163 Name="VCXDCMakeTool" 164 /> 165 <Tool 166 Name="VCBscMakeTool" 167 /> 168 <Tool 169 Name="VCFxCopTool" 170 /> 171 <Tool 172 Name="VCAppVerifierTool" 173 /> 174 <Tool 175 Name="VCWebDeploymentTool" 176 /> 177 <Tool 178 Name="VCPostBuildEventTool" 179 /> 180 </Configuration> 181 <Configuration 101 182 Name="Debug|Win32" 102 183 OutputDirectory="$(ConfigurationName)" … … 181 262 </Configuration> 182 263 <Configuration 264 Name="Debug|x64" 265 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 266 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 267 ConfigurationType="2" 268 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 269 CharacterSet="2" 270 > 271 <Tool 272 Name="VCPreBuildEventTool" 273 ExcludedFromBuild="true" 274 /> 275 <Tool 276 Name="VCCustomBuildTool" 277 /> 278 <Tool 279 Name="VCXMLDataGeneratorTool" 280 /> 281 <Tool 282 Name="VCWebServiceProxyGeneratorTool" 283 /> 284 <Tool 285 Name="VCMIDLTool" 286 TargetEnvironment="3" 287 /> 288 <Tool 289 Name="VCCLCompilerTool" 290 Optimization="0" 291 AdditionalIncludeDirectories="../include;../../include" 292 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 293 MinimalRebuild="true" 294 BasicRuntimeChecks="3" 295 RuntimeLibrary="3" 296 UsePrecompiledHeader="2" 297 WarningLevel="3" 298 Detect64BitPortabilityProblems="true" 299 DebugInformationFormat="3" 300 /> 301 <Tool 302 Name="VCManagedResourceCompilerTool" 303 /> 304 <Tool 305 Name="VCResourceCompilerTool" 306 /> 307 <Tool 308 Name="VCPreLinkEventTool" 309 /> 310 <Tool 311 Name="VCLinkerTool" 312 OutputFile="../../Debug/modules/$(ProjectName).dll" 313 LinkIncremental="2" 314 ModuleDefinitionFile="CheckEventLog.def" 315 GenerateDebugInformation="true" 316 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb" 317 SubSystem="2" 318 ImportLibrary="$(OutDir)/CheckEventLog.lib" 319 TargetMachine="17" 320 /> 321 <Tool 322 Name="VCALinkTool" 323 /> 324 <Tool 325 Name="VCManifestTool" 326 /> 327 <Tool 328 Name="VCXDCMakeTool" 329 /> 330 <Tool 331 Name="VCBscMakeTool" 332 /> 333 <Tool 334 Name="VCFxCopTool" 335 /> 336 <Tool 337 Name="VCAppVerifierTool" 338 /> 339 <Tool 340 Name="VCWebDeploymentTool" 341 /> 342 <Tool 343 Name="VCPostBuildEventTool" 344 /> 345 </Configuration> 346 <Configuration 183 347 Name="Distribution|Win32" 184 348 OutputDirectory="$(ConfigurationName)" … … 209 373 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK" 210 374 RuntimeLibrary="2" 375 UsePrecompiledHeader="2" 376 WarningLevel="3" 377 Detect64BitPortabilityProblems="true" 378 DebugInformationFormat="3" 379 /> 380 <Tool 381 Name="VCManagedResourceCompilerTool" 382 /> 383 <Tool 384 Name="VCResourceCompilerTool" 385 /> 386 <Tool 387 Name="VCPreLinkEventTool" 388 /> 389 <Tool 390 Name="VCLinkerTool" 391 OutputFile="../../Dist/modules/$(ProjectName).dll" 392 LinkIncremental="1" 393 ModuleDefinitionFile="CheckEventLog.def" 394 GenerateDebugInformation="false" 395 SubSystem="2" 396 OptimizeReferences="2" 397 EnableCOMDATFolding="2" 398 ImportLibrary="$(OutDir)/CheckEventLog.lib" 399 TargetMachine="1" 400 /> 401 <Tool 402 Name="VCALinkTool" 403 /> 404 <Tool 405 Name="VCManifestTool" 406 /> 407 <Tool 408 Name="VCXDCMakeTool" 409 /> 410 <Tool 411 Name="VCBscMakeTool" 412 /> 413 <Tool 414 Name="VCFxCopTool" 415 /> 416 <Tool 417 Name="VCAppVerifierTool" 418 /> 419 <Tool 420 Name="VCWebDeploymentTool" 421 /> 422 <Tool 423 Name="VCPostBuildEventTool" 424 /> 425 </Configuration> 426 <Configuration 427 Name="Distribution|x64" 428 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 429 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 430 ConfigurationType="2" 431 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 432 CharacterSet="2" 433 > 434 <Tool 435 Name="VCPreBuildEventTool" 436 ExcludedFromBuild="true" 437 /> 438 <Tool 439 Name="VCCustomBuildTool" 440 /> 441 <Tool 442 Name="VCXMLDataGeneratorTool" 443 /> 444 <Tool 445 Name="VCWebServiceProxyGeneratorTool" 446 /> 447 <Tool 448 Name="VCMIDLTool" 449 TargetEnvironment="3" 450 /> 451 <Tool 452 Name="VCCLCompilerTool" 453 AdditionalIncludeDirectories="../include;../../include" 454 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NO_BOOST_DEP" 455 RuntimeLibrary="0" 456 UsePrecompiledHeader="2" 457 WarningLevel="3" 458 Detect64BitPortabilityProblems="true" 459 DebugInformationFormat="3" 460 /> 461 <Tool 462 Name="VCManagedResourceCompilerTool" 463 /> 464 <Tool 465 Name="VCResourceCompilerTool" 466 /> 467 <Tool 468 Name="VCPreLinkEventTool" 469 /> 470 <Tool 471 Name="VCLinkerTool" 472 AdditionalDependencies="libboost_regex-vc80-mt.lib" 473 OutputFile="../../Dist/modules/$(ProjectName).dll" 474 LinkIncremental="1" 475 ModuleDefinitionFile="CheckEventLog.def" 476 GenerateDebugInformation="false" 477 SubSystem="2" 478 OptimizeReferences="2" 479 EnableCOMDATFolding="2" 480 ImportLibrary="$(OutDir)/CheckEventLog.lib" 481 TargetMachine="17" 482 /> 483 <Tool 484 Name="VCALinkTool" 485 /> 486 <Tool 487 Name="VCManifestTool" 488 /> 489 <Tool 490 Name="VCXDCMakeTool" 491 /> 492 <Tool 493 Name="VCBscMakeTool" 494 /> 495 <Tool 496 Name="VCFxCopTool" 497 /> 498 <Tool 499 Name="VCAppVerifierTool" 500 /> 501 <Tool 502 Name="VCWebDeploymentTool" 503 /> 504 <Tool 505 Name="VCPostBuildEventTool" 506 /> 507 </Configuration> 508 <Configuration 509 Name="Nightly|Win32" 510 OutputDirectory="$(ConfigurationName)" 511 IntermediateDirectory="$(ConfigurationName)" 512 ConfigurationType="2" 513 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 514 CharacterSet="2" 515 > 516 <Tool 517 Name="VCPreBuildEventTool" 518 ExcludedFromBuild="true" 519 /> 520 <Tool 521 Name="VCCustomBuildTool" 522 /> 523 <Tool 524 Name="VCXMLDataGeneratorTool" 525 /> 526 <Tool 527 Name="VCWebServiceProxyGeneratorTool" 528 /> 529 <Tool 530 Name="VCMIDLTool" 531 /> 532 <Tool 533 Name="VCCLCompilerTool" 534 AdditionalIncludeDirectories="../include;../../include" 535 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;" 536 RuntimeLibrary="0" 211 537 UsePrecompiledHeader="2" 212 538 WarningLevel="3" … … 234 560 ImportLibrary="$(OutDir)/CheckEventLog.lib" 235 561 TargetMachine="1" 236 />237 <Tool238 Name="VCALinkTool"239 />240 <Tool241 Name="VCManifestTool"242 />243 <Tool244 Name="VCXDCMakeTool"245 />246 <Tool247 Name="VCBscMakeTool"248 />249 <Tool250 Name="VCFxCopTool"251 />252 <Tool253 Name="VCAppVerifierTool"254 />255 <Tool256 Name="VCWebDeploymentTool"257 />258 <Tool259 Name="VCPostBuildEventTool"260 />261 </Configuration>262 <Configuration263 Name="Nightly|Win32"264 OutputDirectory="$(ConfigurationName)"265 IntermediateDirectory="$(ConfigurationName)"266 ConfigurationType="2"267 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"268 CharacterSet="2"269 >270 <Tool271 Name="VCPreBuildEventTool"272 ExcludedFromBuild="true"273 />274 <Tool275 Name="VCCustomBuildTool"276 />277 <Tool278 Name="VCXMLDataGeneratorTool"279 />280 <Tool281 Name="VCWebServiceProxyGeneratorTool"282 />283 <Tool284 Name="VCMIDLTool"285 />286 <Tool287 Name="VCCLCompilerTool"288 AdditionalIncludeDirectories="../include;../../include"289 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"290 RuntimeLibrary="0"291 UsePrecompiledHeader="2"292 WarningLevel="3"293 Detect64BitPortabilityProblems="true"294 DebugInformationFormat="3"295 />296 <Tool297 Name="VCManagedResourceCompilerTool"298 />299 <Tool300 Name="VCResourceCompilerTool"301 />302 <Tool303 Name="VCPreLinkEventTool"304 />305 <Tool306 Name="VCLinkerTool"307 OutputFile="../../Dist/modules/$(ProjectName).dll"308 LinkIncremental="1"309 ModuleDefinitionFile="CheckEventLog.def"310 GenerateDebugInformation="true"311 SubSystem="2"312 OptimizeReferences="2"313 EnableCOMDATFolding="2"314 ImportLibrary="$(OutDir)/CheckEventLog.lib"315 TargetMachine="1"316 />317 <Tool318 Name="VCALinkTool"319 />320 <Tool321 Name="VCManifestTool"322 />323 <Tool324 Name="VCXDCMakeTool"325 />326 <Tool327 Name="VCBscMakeTool"328 />329 <Tool330 Name="VCFxCopTool"331 />332 <Tool333 Name="VCAppVerifierTool"334 />335 <Tool336 Name="VCWebDeploymentTool"337 />338 <Tool339 Name="VCPostBuildEventTool"340 />341 </Configuration>342 <Configuration343 Name="Release|x64"344 OutputDirectory="$(PlatformName)\$(ConfigurationName)"345 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"346 ConfigurationType="2"347 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"348 CharacterSet="2"349 >350 <Tool351 Name="VCPreBuildEventTool"352 ExcludedFromBuild="true"353 />354 <Tool355 Name="VCCustomBuildTool"356 />357 <Tool358 Name="VCXMLDataGeneratorTool"359 />360 <Tool361 Name="VCWebServiceProxyGeneratorTool"362 />363 <Tool364 Name="VCMIDLTool"365 TargetEnvironment="3"366 />367 <Tool368 Name="VCCLCompilerTool"369 AdditionalIncludeDirectories="../include;../../include"370 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"371 RuntimeLibrary="0"372 UsePrecompiledHeader="2"373 WarningLevel="3"374 Detect64BitPortabilityProblems="true"375 DebugInformationFormat="3"376 />377 <Tool378 Name="VCManagedResourceCompilerTool"379 />380 <Tool381 Name="VCResourceCompilerTool"382 />383 <Tool384 Name="VCPreLinkEventTool"385 />386 <Tool387 Name="VCLinkerTool"388 OutputFile="../../Release/modules/$(ProjectName).dll"389 LinkIncremental="1"390 ModuleDefinitionFile="CheckEventLog.def"391 GenerateDebugInformation="false"392 SubSystem="2"393 OptimizeReferences="2"394 EnableCOMDATFolding="2"395 ImportLibrary="$(OutDir)/CheckEventLog.lib"396 TargetMachine="17"397 />398 <Tool399 Name="VCALinkTool"400 />401 <Tool402 Name="VCManifestTool"403 />404 <Tool405 Name="VCXDCMakeTool"406 />407 <Tool408 Name="VCBscMakeTool"409 />410 <Tool411 Name="VCFxCopTool"412 />413 <Tool414 Name="VCAppVerifierTool"415 />416 <Tool417 Name="VCWebDeploymentTool"418 />419 <Tool420 Name="VCPostBuildEventTool"421 />422 </Configuration>423 <Configuration424 Name="Debug|x64"425 OutputDirectory="$(PlatformName)\$(ConfigurationName)"426 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"427 ConfigurationType="2"428 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"429 CharacterSet="2"430 >431 <Tool432 Name="VCPreBuildEventTool"433 ExcludedFromBuild="true"434 />435 <Tool436 Name="VCCustomBuildTool"437 />438 <Tool439 Name="VCXMLDataGeneratorTool"440 />441 <Tool442 Name="VCWebServiceProxyGeneratorTool"443 />444 <Tool445 Name="VCMIDLTool"446 TargetEnvironment="3"447 />448 <Tool449 Name="VCCLCompilerTool"450 Optimization="0"451 AdditionalIncludeDirectories="../include;../../include"452 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK;_CRT_SECURE_NO_DEPRECATE"453 MinimalRebuild="true"454 BasicRuntimeChecks="3"455 RuntimeLibrary="3"456 UsePrecompiledHeader="2"457 WarningLevel="3"458 Detect64BitPortabilityProblems="true"459 DebugInformationFormat="3"460 />461 <Tool462 Name="VCManagedResourceCompilerTool"463 />464 <Tool465 Name="VCResourceCompilerTool"466 />467 <Tool468 Name="VCPreLinkEventTool"469 />470 <Tool471 Name="VCLinkerTool"472 OutputFile="../../Debug/modules/$(ProjectName).dll"473 LinkIncremental="2"474 ModuleDefinitionFile="CheckEventLog.def"475 GenerateDebugInformation="true"476 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"477 SubSystem="2"478 ImportLibrary="$(OutDir)/CheckEventLog.lib"479 TargetMachine="17"480 />481 <Tool482 Name="VCALinkTool"483 />484 <Tool485 Name="VCManifestTool"486 />487 <Tool488 Name="VCXDCMakeTool"489 />490 <Tool491 Name="VCBscMakeTool"492 />493 <Tool494 Name="VCFxCopTool"495 />496 <Tool497 Name="VCAppVerifierTool"498 />499 <Tool500 Name="VCWebDeploymentTool"501 />502 <Tool503 Name="VCPostBuildEventTool"504 />505 </Configuration>506 <Configuration507 Name="Distribution|x64"508 OutputDirectory="$(PlatformName)\$(ConfigurationName)"509 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"510 ConfigurationType="2"511 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"512 CharacterSet="2"513 >514 <Tool515 Name="VCPreBuildEventTool"516 ExcludedFromBuild="true"517 />518 <Tool519 Name="VCCustomBuildTool"520 />521 <Tool522 Name="VCXMLDataGeneratorTool"523 />524 <Tool525 Name="VCWebServiceProxyGeneratorTool"526 />527 <Tool528 Name="VCMIDLTool"529 TargetEnvironment="3"530 />531 <Tool532 Name="VCCLCompilerTool"533 AdditionalIncludeDirectories="../include;../../include"534 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"535 RuntimeLibrary="2"536 UsePrecompiledHeader="2"537 WarningLevel="3"538 Detect64BitPortabilityProblems="true"539 DebugInformationFormat="3"540 />541 <Tool542 Name="VCManagedResourceCompilerTool"543 />544 <Tool545 Name="VCResourceCompilerTool"546 />547 <Tool548 Name="VCPreLinkEventTool"549 />550 <Tool551 Name="VCLinkerTool"552 OutputFile="../../Dist/modules/$(ProjectName).dll"553 LinkIncremental="1"554 ModuleDefinitionFile="CheckEventLog.def"555 GenerateDebugInformation="true"556 SubSystem="2"557 OptimizeReferences="2"558 EnableCOMDATFolding="2"559 ImportLibrary="$(OutDir)/CheckEventLog.lib"560 TargetMachine="17"561 562 /> 562 563 <Tool … … 699 700 </FileConfiguration> 700 701 <FileConfiguration 702 Name="Release|x64" 703 > 704 <Tool 705 Name="VCCLCompilerTool" 706 UsePrecompiledHeader="1" 707 /> 708 </FileConfiguration> 709 <FileConfiguration 701 710 Name="Debug|Win32" 702 711 > … … 707 716 </FileConfiguration> 708 717 <FileConfiguration 718 Name="Debug|x64" 719 > 720 <Tool 721 Name="VCCLCompilerTool" 722 UsePrecompiledHeader="1" 723 /> 724 </FileConfiguration> 725 <FileConfiguration 709 726 Name="Distribution|Win32" 710 727 > … … 715 732 </FileConfiguration> 716 733 <FileConfiguration 734 Name="Distribution|x64" 735 > 736 <Tool 737 Name="VCCLCompilerTool" 738 UsePrecompiledHeader="1" 739 /> 740 </FileConfiguration> 741 <FileConfiguration 717 742 Name="Nightly|Win32" 718 743 > … … 723 748 </FileConfiguration> 724 749 <FileConfiguration 750 Name="Nightly|x64" 751 > 752 <Tool 753 Name="VCCLCompilerTool" 754 UsePrecompiledHeader="1" 755 /> 756 </FileConfiguration> 757 </File> 758 <File 759 RelativePath="..\..\include\utils.cpp" 760 > 761 <FileConfiguration 762 Name="Release|Win32" 763 > 764 <Tool 765 Name="VCCLCompilerTool" 766 UsePrecompiledHeader="0" 767 /> 768 </FileConfiguration> 769 <FileConfiguration 725 770 Name="Release|x64" 726 771 > 727 772 <Tool 728 773 Name="VCCLCompilerTool" 729 UsePrecompiledHeader="1" 774 UsePrecompiledHeader="0" 775 /> 776 </FileConfiguration> 777 <FileConfiguration 778 Name="Debug|Win32" 779 > 780 <Tool 781 Name="VCCLCompilerTool" 782 UsePrecompiledHeader="0" 730 783 /> 731 784 </FileConfiguration> … … 735 788 <Tool 736 789 Name="VCCLCompilerTool" 737 UsePrecompiledHeader="1" 790 UsePrecompiledHeader="0" 791 /> 792 </FileConfiguration> 793 <FileConfiguration 794 Name="Distribution|Win32" 795 > 796 <Tool 797 Name="VCCLCompilerTool" 798 UsePrecompiledHeader="0" 738 799 /> 739 800 </FileConfiguration> … … 743 804 <Tool 744 805 Name="VCCLCompilerTool" 745 UsePrecompiledHeader="1" 806 UsePrecompiledHeader="0" 807 /> 808 </FileConfiguration> 809 <FileConfiguration 810 Name="Nightly|Win32" 811 > 812 <Tool 813 Name="VCCLCompilerTool" 814 UsePrecompiledHeader="0" 746 815 /> 747 816 </FileConfiguration> … … 751 820 <Tool 752 821 Name="VCCLCompilerTool" 753 UsePrecompiledHeader=" 1"822 UsePrecompiledHeader="0" 754 823 /> 755 824 </FileConfiguration> -
modules/CheckEventLog/stdafx.h
rdc65e35 r4001502 26 26 #include <windows.h> 27 27 28 #define COMPILE_NEWAPIS_STUBS29 #define WANT_GETLONGPATHNAME_WRAPPER28 //#define COMPILE_NEWAPIS_STUBS 29 //#define WANT_GETLONGPATHNAME_WRAPPER 30 30 #include <NewAPIs.h> 31 31 32 #include <string> 33 #include <functional> 34 #ifndef NO_BOOST_DEP 32 35 #include <boost/regex.hpp> 33 # include <string>36 #endif 34 37 35 38 #include <NSCAPI.h>
Note: See TracChangeset
for help on using the changeset viewer.








