16 lines
		
	
	
		
			309 B
		
	
	
	
		
			C++
		
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			309 B
		
	
	
	
		
			C++
		
	
	
	
|  | /////////////////////////////////////////////////////////////////////////////
 | ||
|  | //
 | ||
|  | //  Detours Test Program (x86.asm of disas.exe)
 | ||
|  | //
 | ||
|  | //  Microsoft Research Detours Package
 | ||
|  | //
 | ||
|  | //  Copyright (c) Microsoft Corporation.  All rights reserved.
 | ||
|  | //
 | ||
|  | 
 | ||
|  | static int value = 0; | ||
|  | 
 | ||
|  | extern "C" void TestCodes() | ||
|  | { | ||
|  |     value++; | ||
|  | } |