Skip to content

Instantly share code, notes, and snippets.

View epatel's full-sized avatar

Edward Patel epatel

View GitHub Profile
/*
* main.cpp
*
* Created on: 08.12.2012
* Author: sk
*/
#include <iostream>
#include <windows.h>
@epatel
epatel / NSObject+SPInvocationGrabbing.h
Created September 9, 2010 21:11 — forked from nevyn/NSObject+SPInvocationGrabbing.h
NSObject+SPInvocationGrabbing
#import <Foundation/Foundation.h>
@interface SPInvocationGrabber : NSObject {
id _object;
NSInvocation *_invocation;
int frameCount;
char **frameStrings;
BOOL backgroundAfterForward;
BOOL onMainAfterForward;
BOOL waitUntilDone;