Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
164 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. halsym.c
  5. --*/
  6. #include "processor.h"
  7. FDO_DATA fdodata;
  8. int cdecl main() {
  9. return 0;
  10. }