Advertisement
Guest User

helper.h

a guest
Jan 23rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.56 KB | None | 0 0
  1. //Codename Threshold Master Build (IA32 and AMD64)
  2. #include "build/build.c" //new build script
  3. #include "lib/nt/kernel32.h"
  4. #include "lib/nt/kernel64.h"
  5. //#include "lib/nt/linux/wsl.h" //removed for initial release
  6. //#include "lib/nt/kernelarm.h" //removed for instability
  7. #include "lib/win10/syswow.h"
  8. #include "lib/win10/core.h"
  9. #include "app/all.h"
  10. #include "driver/all32.h"
  11. #include "driver/all64.h"
  12. //#include "driver/allarm.h" //removed for instability
  13. #include "installer/app.h" //new installer
  14.  
  15. int main() {
  16.     build(); //new build script
  17.     return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement