Advertisement
Guest User

stdafx.h

a guest
Jul 17th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__73395251_B57F_4DB2_89B4_D9895E870BA9__INCLUDED_)
  7. #define AFX_STDAFX_H__73395251_B57F_4DB2_89B4_D9895E870BA9__INCLUDED_
  8.  
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12.  
  13. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  14.  
  15. #define _WINDOWS
  16.  
  17. #include <iostream>
  18. #include <Windows.h>
  19. #include <tchar.h>
  20. #include <stdio.h>
  21. #include <string>
  22. #include <iomanip>
  23. #include "ldcncom.h"
  24. #include "stepper.h"
  25. #include "servo.h"
  26.  
  27.  
  28. #define TYPE_TINY 0x10
  29. #define TYPE_STD 0x00
  30. #define SET_CH_A 0x00
  31. #define SET_CH_B 0x01
  32. #define SET_CH_C 0x02
  33. #define GROUP_ADDR 0xFF
  34.  
  35.  
  36. // TODO: reference additional headers your program requires here
  37.  
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40.  
  41. #endif // !defined(AFX_STDAFX_H__73395251_B57F_4DB2_89B4_D9895E870BA9__INCLUDED_)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement